/* 菜单栏搜索框颜色 */
.header form .form-group .btn-default{
	border-radius: 0;
	/* width: 32px; */
	height: 32px;
	background-color: #19b955;
}
.header form .form-group .form-control{
	border: 1px solid #19b955;
	padding: 0 18px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}
.header h2 {
	font-size: 32px;
	position: absolute;
	top: 22px;
	right: 0;
	letter-spacing: 3px;
}
.introduction .text-label{
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
}
.introduction .text-value{
	font-size: 14px;
	display: inline-block;
	font-weight: 700;
}
/* 按钮背景颜色 */
.introduction .btn{
	text-align: center;
	background-image: none;
	font-size: 28px;
	line-height: 68px;
	height: 68px;
	width: 234px;
	background-position:-3px 0px;
	box-shadow: 0px 2px 3px #666666;
	-webkit-box-shadow: 0px 2px 3px #666666;
	-ms-box-shadow: 0px 2px 3px #666666;
	-moz-box-shadow: 0px 2px 3px #666666;
}
.introduction .btn i{
	vertical-align: middle;
	width: 46px;
	height: 40px;
	display: inline-block;
	background-image: url(../img/download_ico.png);
	background-repeat: no-repeat;
}
.footer .download-btn i{
	width: 20px;
	height: 20px;
	background-size: 20px;
	background-image: url(../img/download_ico.png);
	background-repeat: no-repeat;
}
.footer .footer-desc{
	font-size: 30px;
	font-weight: 800;
}
.footer-content{
	width: 1180px;
}
.copyright{
	background-color: #000;
	color: #fff;
}
.fix-menu{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header .logo{
	vertical-align: middle;
	margin-right: 65px;
	display: inline-block;
}
.header .logo img{
	width: 137px;
	height: 47px;
}
.header .logo a{
	background-image: none;
	text-indent:0;
	height: auto;
}
.nav-top {
	text-align: center;
	/* background-color: #00A3C6; */
	/* background-color: #{if $js_color}{$js_color}{else}745fe1{/if}; */
	position: relative;
	top:-58px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	/* box-shadow: 1px 1px 4px #{if $js_color}{$js_color}{else}745fe1{/if}; */
}
.nav-top a {
	/* background-color: #{if $js_color}{$js_color}{else}745fe1{/if}; */
	display: inline-block;
	position: relative;
	left: 150px;
	width: 80px;
	text-align: center;
	color: #000;
	font-size: 16px;
}
.list3{
	display: flex;
	justify-content: space-between;
}

/* 大按钮动画 */
.button {
	float: left;
	min-width: 250px;
	max-width: 250px;
	display: block;
	/* margin: 1em; */
	/* padding: 1em 2em; */
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button--wapasha::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border: 2px solid #37474f; */
	border-width: 2px;
	border-style: solid;
	border-bottom-width: 0;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

/* 阿里妈妈图标 */
@font-face {
	font-family: 'iconfont';  /* Project id 1942655 */
	src: url('//at.alicdn.com/t/font_1942655_2iam042wshi.woff2?t=1637912025982') format('woff2'),
	url('//at.alicdn.com/t/font_1942655_2iam042wshi.woff?t=1637912025982') format('woff'),
	url('//at.alicdn.com/t/font_1942655_2iam042wshi.ttf?t=1637912025982') format('truetype');
}
.iconfont{
	font-family:"iconfont" !important;
	font-size:16px;font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.intro .introImg{
	width: 458px;
	height: 260px;
}
